home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / Database / LEXSHOW.dxr / 00004_First Script.ls < prev    next >
Encoding:
Text File  |  2003-03-14  |  357 b   |  15 lines

  1. global gTextSprite, gImgSprite, gCameFrom
  2.  
  3. on prepareMovie
  4.   set gImgSprite to 9
  5.   set gTextSprite to 10
  6.   set the stretch of sprite gTextSprite to 0
  7.   set the stretch of sprite gImgSprite to 0
  8.   set exitSprite to 20
  9.   if gCameFrom = #pres then
  10.     set the visible of sprite exitSprite to 1
  11.   else
  12.     set the visible of sprite exitSprite to 0
  13.   end if
  14. end
  15.